home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BBS in a Box 7
/
BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso
/
Files
/
Bus
/
A
/
4D Externals.cpt
/
4D Externals
/
Proc.Ext.rsrc
/
4DTE_15008_Changer_Ligne
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-01-17
|
367 b
|
12 lines
ChangeMenuItem(Var1;Var2;Var3)
Var1, Var2 are of type Integer.
Var3 is of type String.
This external is used to change the title of any menu item.
Var1 contains the Menu which is to be changed and Var2 contains the item in the Menu Var1 which is to be changed.
For example:
ChangeMenuItem(1;3;"MyTitle")
would change the third item in the first menu to "MyTitle".